ResourceGetPropertyNames Method (String) |
Gets all properties names from a resource.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic PropertyName[] GetPropertyNames(
string address
)
Public Function GetPropertyNames (
address As String
) As PropertyName()
Parameters
- address
- Type: SystemString
The URI that identifies the resource.
Return Value
Type:
PropertyNameAn array of property names.
See Also